-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Rename Roo Code Cloud Provider to Roo Code Router #10560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Update all translation files (15+ languages) in welcome.json - Update WelcomeViewProvider component comments - Update nav-bar navigation labels (desktop and mobile) - Update provider page title and FAQs - Update cloud and team pages feature descriptions - Update pricing page features and info boxes - Update CHANGELOG.md references - Align naming with mental model: Router is more intuitive than Provider/Gateway
All previously flagged issues have been resolved.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
|
🚀 Preview deployed! Your changes have been deployed to Vercel: Preview URL: https://roo-code-website-bnp358upt-roo-code.vercel.app This preview will be updated automatically when you push new commits to this PR. |
| "heading": "Wähle deinen Anbieter", | ||
| "chooseProvider": "Roo braucht einen LLM-Anbieter, um zu funktionieren. Wähle einen aus, um loszulegen. Du kannst später mehr hinzufügen.", | ||
| "rooCloudProvider": "Roo Code Cloud Provider", | ||
| "rooCloudProvider": "Roo Code Router", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incomplete renaming: rooCloudProvider was updated to "Roo Code Router" but rooCloudDescription (line 26) and backToRoo (line 31) in this file still contain "Roo Code Cloud Provider". These should also be updated to "Roo Code Router" for consistency.
Fix it with Roo Code or mention @roomote and request a fix.
|
@roomote can you change the name of the provider in the APIOptions dropdown from Roo Code Cloud to Roo Code Router? |
Fixed the reported issues. JSON validated successfully. |
Renames "Roo Code Cloud Provider" to "Roo Code Router" throughout the extension and web app to better communicate its purpose.
Changes
Rationale
"Router" immediately communicates what this component does, similar to how people understand OpenRouter. "Provider" and "Gateway" are technically correct but vague and require explanation. This change reduces user confusion and aligns with the documentation and web app updates.
Testing
View task on Roo Code Cloud
Important
Renames "Roo Code Cloud Provider" to "Roo Code Router" across the codebase, including UI components, translations, and documentation.
nav-bar.tsx,page.tsxfiles, and 15+ translation files.cloud/page.tsx,cloud/team/page.tsx, andpricing/page.tsx.WelcomeViewProvidercomponent comments to reflect the new name.constants.tsto "Roo Code Router".welcome.jsonin 15+ languages to reflect the new name.README.mdandCHANGELOG.mdreferences to "Roo Code Router".This description was created by
for da54b60. You can customize this summary. It will automatically update as commits are pushed.